Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjusted poet ui tests as per gitpod changes + simplified some selectors #187

Merged
merged 4 commits into from
Dec 11, 2023

Conversation

omehes
Copy link
Contributor

@omehes omehes commented Dec 5, 2023

No description provided.

@omehes omehes self-assigned this Dec 5, 2023
@omehes omehes marked this pull request as draft December 6, 2023 21:45
@omehes omehes marked this pull request as ready for review December 7, 2023 17:38
# WHEN: gitpod launches
chrome_page.goto(gitpod_repo_url)
home = HomePoet(chrome_page)

home.click_github_login_button()
if not home.continue_with_github_is_visible:
pass
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass is a placeholder (for future code). Is home.continue_with_github_is_visible like a waiting condition?

@omehes omehes closed this Dec 11, 2023
@omehes omehes reopened this Dec 11, 2023
@omehes omehes merged commit bc449da into main Dec 11, 2023
4 checks passed
@omehes omehes deleted the valid_selects branch December 11, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants